deleteTeam
No description
deleteTeam(
organizationUUID: ID!
deleteTeamSpec: DeleteTeamRequest!
): Boolean!
Arguments
deleteTeam.organizationUUID ● [ID!](/Incidite GraphQL Docs/types/scalars/id.mdx) non-null scalar
deleteTeam.deleteTeamSpec ● [DeleteTeamRequest!](/Incidite GraphQL Docs/types/inputs/delete-team-request.mdx) non-null input
Type
[Boolean](/Incidite GraphQL Docs/types/scalars/boolean.mdx) scalar
The Boolean scalar type represents true or false.